home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / sky_old.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.4 KB  |  74 lines

  1. textures/mohtest/test
  2. {
  3.     qer_editorimage textures/common/sky.tga
  4.     surfaceparm nolightmap
  5.     surfaceparm noimpact
  6.     surfaceparm sky
  7.     skyParms env/edensky 1024 -
  8.     {
  9.         map textures/sky/test_overlay.tga
  10.         blendFunc GL_ONE GL_ONE
  11.         tcMod scroll .01 .03
  12.         tcMod scale 3 2
  13.     }
  14. }
  15.  
  16. test1
  17. {
  18.     surfaceparm nolightmap
  19.     surfaceparm noimpact
  20.     surfaceparm sky
  21.     surfacelight 128
  22.     {
  23.         map textures/sky/inteldimclouds.tga
  24.         tcMod scroll .1 .1
  25.         tcMod scale 3 2
  26.     }
  27.     {
  28.         map textures/sky/intelredclouds.tga
  29.         blendFunc GL_ONE GL_ONE
  30.         tcMod scroll .05 .05
  31.         tcMod scale 3 3
  32.     }
  33. }
  34.  
  35. textures/we_cemetary_test/levelord_sky
  36. {
  37.     surfaceparm nolightmap
  38.     surfaceparm noimpact
  39.     surfaceparm sky
  40. //    cloudParms 512 half
  41. //    sky env/cemsky
  42. //    skyParms 1
  43.     skyParms env/cemsky 512 -
  44.     q3map_lightimage textures/sky/test_color.tga
  45.     {
  46.         map textures/sky/test_overlay.tga
  47.         blendFunc GL_ONE GL_ONE
  48.         rgbGen constant .5 .4 .2
  49.         tcMod scroll .05 .05
  50.         tcMod scale 3 3
  51.     }
  52. }
  53.  
  54. textures/sky/cliffsky
  55. {
  56.     qer_editorimage textures/common/sky.tga
  57.     surfaceparm nolightmap
  58.     surfaceparm noimpact
  59.     surfaceparm sky
  60.     skyParms half 512 -
  61.     {
  62. //        map textures/sky/inteldimclouds.tga
  63.         map textures/sky/test_overlay.tga
  64.         tcMod scroll .1 .1
  65.         tcMod scale 3 2
  66.     }
  67.     {
  68. //        map textures/sky/intelredclouds.tga
  69.         map textures/sky/test_overlay.tga
  70.         blendFunc GL_ONE GL_ONE
  71.         tcMod scroll .05 .05
  72.         tcMod scale 3 3
  73.     }
  74. }